From cb48d6ebf6df5208779a1995ab62179938139cb4 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 29 Jul 2021 22:00:37 +0200 Subject: Remove old packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- xcftools [moved to community]/PKGBUILD | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 xcftools [moved to community]/PKGBUILD (limited to 'xcftools [moved to community]/PKGBUILD') diff --git a/xcftools [moved to community]/PKGBUILD b/xcftools [moved to community]/PKGBUILD deleted file mode 100644 index a31dfbb..0000000 --- a/xcftools [moved to community]/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> -# Previous maintainer: Jonathan Frawley - -pkgname=xcftools -pkgver=1.0.7 -pkgrel=3 -pkgdesc="Miscellaneous command line tools for use with the open XCF format used by The GIMP" -url="http://henning.makholm.net/software" -arch=('x86_64' 'i686') -license=('GPL2' 'perl') -depends=('libpng' 'perl') -optdepends=('gimp') -makedepends=('libpng') -source=("http://henning.makholm.net/xcftools/xcftools-${pkgver}.tar.gz" - "xcftools.patch") -md5sums=('fd960b6470fb23520fc4b1ade6cf6e25' - '7439f6a8369a12913243ded6c93d31e1') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - patch -i ../xcftools.patch - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} - -- cgit v1.2.3-70-g09d2